home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / Online Armor Free / OnlineArmor_Setup_Free.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2010-01-15  |  12.0 KB  |  155 lines

  1. ;InnoSetupVersion=5.2.3
  2. [Setup]
  3. AppName=Online Armor
  4. AppVerName=Online Armor 4.0
  5. AppId=OnlineArmor
  6. AppPublisher=Tall Emu Pty Ltd
  7. AppPublisherURL=http://www.tallemu.com
  8. AppSupportURL=http://www.tallemu.com
  9. AppUpdatesURL=http://www.tallemu.com
  10. DefaultDirName={code:MyDirName}
  11. DefaultGroupName={code:MyGroupName}
  12. OutputBaseFilename=in
  13. Compression=zip
  14. AllowNoIcons=yes
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\oasrv.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  19. Source: "{app}\oacat.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  20. Source: "{app}\oahlp.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  21. Source: "{app}\oaui.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  22. Source: "{app}\oaview.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  23. Source: "{app}\sites.dat"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  24. Source: "{app}\signs.dat"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  25. Source: "{app}\reference.dat"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  26. Source: "{app}\antispam.dat"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  27. Source: "{app}\firewall.dat"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  28. Source: "{app}\oawatch.dll"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  29. Source: "{app}\oaevent.dll"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  30. Source: "{app}\oadump.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  31. Source: "{app}\IPRanges,1.dat"; DestDir: "{app}"; DestName: "IPRanges.dat"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  32. Source: "{app}\MacCodes.dat"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  33. Source: "{app}\OAReg.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  34. Source: "{sys}\drivers\OADriver.sys"; DestDir: "{sys}\drivers"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  35. Source: "{app}\OAnetApi.dll"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  36. Source: "{app}\OAnet.sys"; DestDir: "{app}"; AfterInstall: "DoAfterInstall"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  37. Source: "{app}\IPRanges,2.dat"; DestDir: "{app}"; DestName: "IPRanges.dat"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  38. Source: "{app}\Vista\OAnet.sys"; DestDir: "{app}\Vista"; AfterInstall: "DoAfterInstall"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  39. Source: "{app}\OAnet.inf"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  40. Source: "{app}\OAnet_m.inf"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  41. Source: "{sys}\drivers\OAmon.sys"; DestDir: "{sys}\drivers"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  42. Source: "{tmp}\OAFreeReg.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  43. [Registry]
  44. Root: HKLM; Subkey: "Software\Tall Emu"; Flags: uninsdeletekey noerror 
  45. Root: HKCR; Subkey: "*\shellex\ContextMenuHandlers\OnlineArmorFile"; Flags: uninsdeletekey noerror dontcreatekey 
  46. Root: HKCR; Subkey: "Folder\shellex\ContextMenuHandlers\OnlineArmorFile"; Flags: uninsdeletekey noerror dontcreatekey 
  47. Root: HKLM; Subkey: "Classes\*\shellex\ContextMenuHandlers\OnlineArmorFile"; Flags: uninsdeletekey noerror 
  48. Root: HKLM; Subkey: "SOFTWARE\Classes\Folder\shellex\ContextMenuHandlers\OnlineArmorFile"; Flags: uninsdeletekey noerror 
  49. Root: HKCR; Subkey: "*\shellex\ContextMenuHandlers\OnlineArmorShell"; Flags: uninsdeletekey noerror dontcreatekey 
  50. Root: HKCR; Subkey: "Folder\shellex\ContextMenuHandlers\OnlineArmorShell"; Flags: uninsdeletekey noerror dontcreatekey 
  51. Root: HKLM; Subkey: "Classes\*\shellex\ContextMenuHandlers\OnlineArmorShell"; Flags: uninsdeletekey noerror 
  52. Root: HKLM; Subkey: "SOFTWARE\Classes\Folder\shellex\ContextMenuHandlers\OnlineArmorShell"; Flags: uninsdeletekey noerror dontcreatekey 
  53. Root: HKCR; Subkey: "OAEvent.Online Armor Shell Extension"; Flags: uninsdeletekey noerror dontcreatekey 
  54. Root: HKCR; Subkey: "OAEvent.TOAShell"; Flags: uninsdeletekey noerror dontcreatekey 
  55. Root: HKLM; Subkey: "SOFTWARE\Classes\OAEvent.TOAShell"; Flags: uninsdeletekey noerror dontcreatekey 
  56. Root: HKCR; Subkey: "CLSID\{{4F07DA45-8170-4859-9B5F-037EF2970034}"; Flags: uninsdeletekey noerror 
  57. Root: HKCR; Subkey: "CLSID\{{9BD22AED-604C-4EF4-A872-A97B1F1FF353}"; Flags: uninsdeletekey noerror 
  58. Root: HKLM; Subkey: "SOFTWARE\Classes\CLSID\{{4F07DA45-8170-4859-9B5F-037EF2970034}"; Flags: uninsdeletekey noerror 
  59. Root: HKLM; Subkey: "SOFTWARE\Classes\CLSID\{{9BD22AED-604C-4EF4-A872-A97B1F1FF353}"; Flags: uninsdeletekey noerror 
  60. Root: HKCU; Subkey: "Software\OnlineArmor"; Flags: uninsdeletekey noerror dontcreatekey 
  61. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Online Armor"; Flags: uninsdeletekey noerror dontcreatekey 
  62. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Online Armor"; Flags: uninsdeletekey noerror dontcreatekey 
  63. [Run]
  64. Filename: "{app}\oasrv.exe"; Parameters: "/install /silent"; 
  65. Filename: "{app}\oaui.exe"; Description: "{cm:SStartProgNow}"; Flags: postinstall nowait
  66. [UninstallRun]
  67. Filename: "{app}\oasrv.exe"; Parameters: "/shutdown /uninstall /silent"; 
  68. [Icons]
  69. Name: "{group}\Online Armor"; Filename: "{app}\oaui.exe"; WorkingDir: "{app}"; IconFilename: "{app}\oaui.exe"; Comment: "{cm:SStartProgNow}"; 
  70. Name: "{group}\{cm:SUninstallProg}"; Filename: "{uninstallexe}"; Comment: "{cm:SUninstallProg}"; 
  71. [InstallDelete]
  72. Type: filesandordirs; Name: "{userappdata}\OnlineArmor"; Check: IsNewInstall; 
  73. Type: filesandordirs; Name: "{commonappdata}\OnlineArmor"; Check: IsNewInstall; 
  74. Type: files; Name: "{app}\oawatch.bak"; Check: not IsNewInstall; 
  75. Type: files; Name: "{app}\oaevent.bak"; Check: not IsNewInstall; 
  76. Type: files; Name: "{app}\server.dat"; Check: IsNewInstall; 
  77. Type: files; Name: "{app}\server.dat.bak"; Check: IsNewInstall; 
  78. Type: files; Name: "{app}\fwdata.dat"; Check: IsNewInstall; 
  79. Type: files; Name: "{app}\fwdata.dat.bak"; Check: IsNewInstall; 
  80. Type: files; Name: "{sys}\drivers\etc\hosts.idx"; Check: IsNewInstall; 
  81. [UninstallDelete]
  82. Type: files; Name: "{app}\oaevent.bak"; 
  83. Type: files; Name: "{app}\oawatch.bak"; 
  84. Type: filesandordirs; Name: "{userappdata}\OnlineArmor"; 
  85. Type: filesandordirs; Name: "{commonappdata}\OnlineArmor"; 
  86. Type: filesandordirs; Name: "{app}"; 
  87. Type: files; Name: "{sys}\drivers\OAnet.sys"; 
  88. Type: files; Name: "{sys}\Prefetch\oa*.*"; 
  89. Type: files; Name: "{app}\taskman.dat"; 
  90. Type: files; Name: "{app}\taskman.dat.bak"; 
  91. Type: files; Name: "{sys}\drivers\etc\Hosts.idx"; 
  92. [CustomMessages]
  93. en.NameAndVersion=%1 version %2
  94. en.AdditionalIcons=Additional icons:
  95. en.CreateDesktopIcon=Create a &desktop icon
  96. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  97. en.ProgramOnTheWeb=%1 on the Web
  98. en.UninstallProgram=Uninstall %1
  99. en.LaunchProgram=Launch %1
  100. en.AssocFileExtension=&Associate %1 with the %2 file extension
  101. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  102. en.SWelcomeLabel=This will install Online Armor 4.0 on your computer.
  103. en.SCloseApplications=It is recommended that you close all other applications before continuing. However, if you use a program to connect to the internet this program should be left running as Online Armor needs an internet connection in order to validate your licence key. If you have any other firewall installed, you must uninstall it before installing Online Armor. If you are running any antivirus software, please temporarily disable protection until installation is complete.
  104. en.SClickNext=Click Next to continue, or Cancel to exit Setup
  105. en.SSetupFinished=Setup has finished installing Online Armor on you computer.The application may be launched by selecting the installed icons.
  106. en.SStartupAutomatic=In order to provide protection, Online Armor will start automatically when you turn on your computer.
  107. en.SClickFinish=Click Finish to exit Setup
  108. en.SWarning=Warning:
  109. en.SNote=Note
  110. en.SLangCode=0
  111. en.SStartProgNow=Start Online Armor
  112. en.SStartHelp=Show Online Armor Help
  113. en.SHelpGroup=Online Armor Help
  114. en.SUninstallProg=Uninstall Online Armor
  115. en.SEmailAddress=If you would like to receive updates from the Online Armor team, please enter your email address below. You do not need to enter your email address to activate.
  116. en.SFirstName=First name
  117. en.SSignMeUp=Please sign me up for the Online Armor newsletter
  118. en.SHateSpam1=Hate Spam? So do we. We'll never share your personal details with third parties
  119. en.SHateSpam2=and we'll use them with compliance with our
  120. en.SPrivacyPolicy=privacy policy.
  121. en.SRegisterEmailTitle=Register your Email Address
  122. en.SRegisterEmailText=Registering allows you to receive important Online Armor updates, tips on how to use Online Armor, special giveaways and promotions and other Tall Emu news only available to registered users.
  123. en.SRegisterEmailCaption=Email address
  124. en.SRegisterEmailConfirmCaption=Confirm Email address
  125. en.SIncorrectRegistrationData=You've entered incorrect registration data. Please check if the email address is correct.
  126. en.SComputerName=Computer name
  127. en.SLicenseKey=License key
  128. en.SMustBeFilled=must be filled
  129. en.SUserData1=Personal data
  130. en.SUserData2=Free Registration of Online Armor
  131. en.SUserData3=Please enter your email address
  132. en.SRegistration1=Registration
  133. en.SRegistration2=Registration of Online Armor
  134. en.SRegistration3=Please enter Online Armor license key
  135. en.STasksIconsDesc=Set Icons:
  136. en.STasksIconsDesktop=Create a &Desktop icon
  137. en.STasksIconsQuickLaunch=Create a &Quicklaunch icon
  138. en.SMeUnsupported=Online Armor doesn't support Windows Me.%nWe're sorry for any inconvinience.
  139. en.SVistaUnsupported=Online Armor doesn't support Vista.%nWe're sorry for any inconvinience, Vista support is coming soon.%nPlease check our support forum for more information.
  140. en.SW7Unsupported=Online Armor doesn't support Windows 7.%nWe're sorry for any inconvinience.
  141. en.S2KUnsupported=Online Armor doesn't support Windows 2000.%nWe're sorry for any inconvinience.
  142. en.S64bitUnsupported=Online Armor doesn't support Windows 64-bit.%nWe're sorry for any inconvinience.%nPlease check our support forum for more information.
  143. en.SModePageCaption=Choosing install or upgrade mode
  144. en.SModePageLabelCaption=Available options:
  145. en.SModePageUpgrade=Upgrade
  146. en.SModePageInstall=New Install
  147. en.SSpecialOfferDetails=The full version of Online Armor gives you:%n%n* Online Banking Mode - protects you while banking online by limiting your connection to safe sites%n%n* Automatic Updates - keep Online Armor up to date, get new versions as they are released%n%n* Web Filter - protects your computer from web parasites and drive-by downloads%n%n* Keylogger Detecter - catch snoops and criminals trying to record your keystrokes%n%n* Advanced Mode firewall - Advanced Mode configuration options%n%n* DNS Protection - Protect your high-value websites (such as bank sites) against DNS attacks
  148. en.SSpecialOfferCaption=Special Offer - Get the full version of Online Armor for only $24.95 (normally $39.95) if you act now!
  149. en.SSpecialOfferButtonText=Buy Now
  150. en.SSpecialOfferButtonNextText=No thanks, just continue with install
  151. [Languages]
  152. ; These files are stubs
  153. ; To achieve better results after recompilation, use the real language files
  154. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.rtf"; 
  155.